-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added CSS text-anchor property #35167
Conversation
Preview URLs Flaws (1)Note! 1 document with no flaws that don't need to be listed. 🎉 URL:
(comment last updated: 2024-07-29 12:25:29) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! All good except for the CSSInfo
issue. Either we omit it or add an entry to mdn/data
.
Per Josh-Cena’s comment in 35107, these should stay even if broken. (This is the case on several other CSS pages, in fact.) I can look into adding the information to |
OK got it. I've opened a tracker in mdn/data so we don't forget! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Eric!
Description
Adds documentation of the CSS property
text-anchor
, which replicates an SVG attribute.Motivation
The page currently doesn’t exist, and it needs to be created (see #34763).